home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Kara Collection
/
Kara Collection v3.0 (1996-09-12)(Cloanto).iso
/
utilities
/
h
/
0
/
6
/
7
/
script_dt
/
test_1
< prev
next >
Wrap
Text File
|
1996-02-21
|
832b
|
32 lines
.k ""
.bra {
.ket }
; *** If you are reading this text after a double-click, it ***
; *** means that neither MultiView nor AmigaGuide could be ***
; *** found in a standard location such as "SYS:Utilities". ***
; *** ***
; *** If you are reading this text after a "drag and drop" ***
; *** it means that the Script DataType is not being used. ***
If EXISTS SYS:Utilities/MultiView
Run >NIL: <NIL: SYS:Utilities/MultiView >NIL: <NIL: Test_1.guide
Else
Which >NIL: MultiView
If WARN
If EXISTS SYS:Utilities/AmigaGuide
Run >NIL: <NIL: SYS:Utilities/AmigaGuide >NIL: <NIL: Test_1.guide
Else
Echo "Neither MultiView nor AmigaGuide could be found."
EndIf
Else
Run >NIL: <NIL: MultiView >NIL: <NIL: Test_1.guide
EndIf
EndIf